home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / c / vbcc.lha / vbcc / targets / m68k-amigaos / include / proto / wizard.h < prev   
C/C++ Source or Header  |  2001-06-27  |  435b  |  26 lines

  1. #ifndef _PROTO_WIZARD_H
  2. #define _PROTO_WIZARD_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_WIZARD_PROTOS_H
  8. #include <clib/wizard_protos.h>
  9. #endif
  10.  
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *WizardBase;
  13. #endif
  14.  
  15. #ifdef __GNUC__
  16. #include <inline/wizard.h>
  17. #elif defined(__VBCC__)
  18. #ifndef __PPC__
  19. #include <inline/wizard_protos.h>
  20. #endif
  21. #else
  22. #include <pragma/wizard_lib.h>
  23. #endif
  24.  
  25. #endif    /*  _PROTO_WIZARD_H  */
  26.